*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Nunito',sans-serif;background-color:#FFFC00;color:#000;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden;-webkit-font-smoothing:antialiased}.bg-grid{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,0,0,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,0.05) 1px,transparent 1px);background-size:20px 20px;pointer-events:none;z-index:-1}.container{width:100%;max-width:480px;padding:20px;position:relative;z-index:10}.card{background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);padding:2.5rem 2rem;text-align:center;border:1px solid rgba(0,0,0,0.05);transition:transform .3s ease}.card:hover{transform:translateY(-2px)}.logo-img{width:80px;height:auto;margin-bottom:1.5rem;display:inline-block;transition:transform .3s ease}.card:hover .logo-img{transform:scale(1.05) rotate(-3deg)}h1{font-size:clamp(1.5rem,5vw,1.875rem);font-weight:800;color:#111827;margin-bottom:.75rem;line-height:1.2}.subtitle{font-size:clamp(.875rem,3vw,1rem);color:#6B7280;margin-bottom:2rem;line-height:1.5}.connection-status{background:#F9FAFB;border:1px solid #E5E7EB;border-radius:16px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:10px;color:#374151;font-weight:700;font-size:1rem}.pulse-ring{width:10px;height:10px;background-color:#10B981;border-radius:50%;box-shadow:0 0 0 0 rgba(16,185,129,0.7);animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(16,185,129,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(16,185,129,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(16,185,129,0)}}.btn-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;background:linear-gradient(135deg,#111827 0,#374151 100%);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:16px;cursor:pointer;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.btn-cta:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.2);filter:brightness(1.1)}.btn-cta:active{transform:scale(.98)}.btn-icon{margin-left:.5rem;width:20px;height:20px;stroke-width:2.5px}.badges-container{display:flex;justify-content:center;gap:12px;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #F3F4F6;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#4B5563;font-weight:600;background:#F9FAFB;padding:6px 10px;border-radius:8px;border:1px solid #E5E7EB}.badge svg{width:14px;height:14px;color:#059669}.status-indicator{width:8px;height:8px;background-color:#10B981;border-radius:50%;box-shadow:0 0 0 2px rgba(16,185,129,0.2)}.disclaimer{margin-top:1rem;font-size:.75rem;color:#9CA3AF;text-align:center}